struct IFFHandle * iff LONG type LONG id LONG ident
LOCATION
In IFFParseBase at offset 35
FUNCTION
Goes through the whole context node stack starting at the top
searching the contecnodes for attached LocalContextItems with the
specified type, id and ident codes.
INPUTS
iff
pointer to an IFFHandle struct.
type
type code for item to find.
id
identifier code for item to find.
ident
ident code for the class of context item to find.
RESULT
lci - pointer to a local context item if found, or NULL if
none is found.